object FormChangePassword: TFormChangePassword Left = 274 Top = 161 HelpContext = 442 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Change Password' ClientHeight = 200 ClientWidth = 296 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 296 Height = 147 Align = alTop Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 11 Top = 22 Width = 81 Height = 16 Caption = 'Old Password' end object Label2: TLabel Left = 11 Top = 65 Width = 86 Height = 16 Caption = 'New Password' end object Label3: TLabel Left = 11 Top = 107 Width = 105 Height = 16 Caption = 'Confirm Password' end object EditOld: TEdit Left = 122 Top = 19 Width = 157 Height = 24 PasswordChar = '*' TabOrder = 0 end object EditNew: TEdit Left = 122 Top = 61 Width = 157 Height = 24 PasswordChar = '*' TabOrder = 1 end object EditConfirm: TEdit Left = 122 Top = 103 Width = 157 Height = 24 PasswordChar = '*' TabOrder = 2 end end object BitBtn1: TBitBtn Left = 62 Top = 160 Width = 75 Height = 29 Caption = 'A&pply' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 163 Top = 160 Width = 75 Height = 29 Caption = 'Can&cel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BitBtn2Click end end